'宣言
Public Function New( _ ByVal printControllerInitializer As Func(Of PrintController), _ ByVal printProgress As PrintProgressEventHandler, _ ByVal printAborted As PrintAbortedEventHandler, _ ByVal printingThreadErrorEventHandler As Action(Of Exception) _ )
パラメータ
- printControllerInitializer
- Print controller initializer.
- printProgress
- Print progress handler.
- printAborted
- Print aborted handler.
- printingThreadErrorEventHandler
- The printing thread error event handler.